Deploy
About Streamlit
date
Apr 11, 2023
slug
About Streamlit
author
status
Public
tags
Deploy
summary
About Streamlit quick start.
type
Post
thumbnail
category
Deploy
updatedAt
Apr 11, 2023 01:41 PM
- Install streamlit
pip install streamlit
pip install streamlit-chat
- check status
$ streamlit hello
You can now view your Streamlit app in your browser.
Local URL: <http://localhost:8501>
Network URL: <http://192.168.1.51:8501>
- make docker file and run tutorial: https://streamlit.io/